h1 {
	font: small courier;
	color: #555555;
	display: inline
}
h2 {
	font: small arial ;
	color: #4141BB;
	display: inline
}
h3 {
	font: bold medium arial;
	color: #4141BB;
	display: inline
}
h4 {
	font: small arial;
	color: #555555;
	display: inline;
	a:link {text-decoration: none}
}
h5 {
	font: x-small arial;
	color: #555555;
	display: inline;
	a:link {text-decoration: none}
}
h6 {
	font: x-large arial;
	color: #000099;
	display: inline
}
h7 {
	font: bold large arial;
	color: #555555;
	display: inline
}
h8 {
	font: xx-small;
	color: #555555;
	display: inline
}

a:link     { color:#4141BB }
a:visited  { color:#4141BB }
a:active   { color:#4141BB }
a:hover    { color:#AAAAFF }

a.back:visited {
	font: small 60pt arial;
	color: black;
	text-align: center
}